.title {
  width: 1200px;
  height: 185px;
  box-sizing: border-box;
  padding: 70px 0 50px 0;
}
.title h2 {
  text-align: center;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  color: #444;
  font-weight: normal;
}
.title h3 {
  text-align: center;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  margin-top: 15px;
  font-weight: normal;
}
.con_1 {
  width: 100%;
  height: 838px;
  background: #f9f9f9;
}
.con_1 .con_1_con {
  width: 1200px;
  height: 842px;
  margin: 0 auto;
}
.con_1 .con_1_con ul {
  width: 1200px;
}
.con_1 .con_1_con ul li {
  width: 280px;
  height: 280px;
  background: #fff;
  float: left;
  margin-right: 26px;
  margin-bottom: 27px;
  transition: 300ms all ease-in-out;
  position: relative;
}
.con_1 .con_1_con ul li:hover {
  box-shadow: 0px 10px 15px #eee;
  bottom: 3px;
}
.con_1 .con_1_con ul li.mr0 {
  margin-right: 0;
  margin-left: 1px;
}
.con_1 .con_1_con ul li a {
  display: inline-block;
  width: 280px;
  height: 280px;
  text-align: center;
}
.con_1 .con_1_con ul li a .imgs {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  margin-top: 37px;
  box-sizing: border-box;
  border: 1px solid #2f7dd0;
  background: #fff;
  position: relative;
  border-radius: 50%;
  transition: 300ms all ease-in-out;
  /*behavior: url(../images/pie.htc);*/
}
.con_1 .con_1_con ul li a .imgs .first {
  width: 100%;
  opacity: 1;
  transition: 300ms all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.con_1 .con_1_con ul li a .imgs .last {
  width: 100%;
  opacity: 0;
  transition: 300ms all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.con_1 .con_1_con ul li a:hover .imgs .first {
  opacity: 0;
  z-index: 90;
}
.con_1 .con_1_con ul li a:hover .imgs .last {
  opacity: 1;
  z-index: 99;
}
.con_1 .con_1_con ul li a:hover .imgs {
  background: #2f7dd0;
}
.con_1 .con_1_con ul li a h4 {
  font-size: 18px;
  font-weight: normal;
  color: #222;
  height: 18px;
  line-height: 18px;
  display: block;
  margin-top: 29px;
}
.con_1 .con_1_con ul li a h5 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  height: 14px;
  line-height: 14px;
  display: block;
  margin-top: 13px;
}
.con_1 .con_1_con ul li a h6 {
  font-size: 22px;
  font-weight: normal;
  color: #f45c26;
  height: 22px;
  line-height: 22px;
  display: block;
  margin-top: 24px;
}
.con_2 {
  width: 100%;
  height: 705px;
}
.con_2_con {
  width: 1200px;
  height: 705px;
  margin: 0 auto;
}
.con_2_con .content {
  width: 1200px;
  height: 520px;
}
.con_2_con .content .fl {
  width: 300px;
  height: 435px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.con_2_con .content .fl img {
  width: 300px;
  height: 400px;
}
.con_2_con .content .fr {
  width: 860px;
}
.con_2_con .content .fr .top {
  height: 26px;
  float: left;
  width: 860px;
}
.con_2_con .content .fr .top b {
  display: inline-block;
  float: left;
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  color: #444;
  margin-right: 15px;
}
.con_2_con .content .fr .top span {
  display: inline-block;
  float: left;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #666;
  margin-top: 5px;
}
.con_2_con .content .fr .content {
  height: 60px;
  float: left;
  width: 860px;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #6d92bb;
  margin-top: 27px;
}
.con_2_con .content .fr .btn {
  height: 26px;
  float: left;
  width: 860px;
  margin-top: 31px;
}
.con_2_con .content .fr .btn a {
  display: inline-block;
  float: left;
  width: 75px;
  height: 26px;
  background: #3379c3;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.con_2_con .content .fr ul {
  height: 232px;
  float: left;
  width: 860px;
  margin-top: 40px;
}
.con_2_con .content .fr ul li {
  width: 190px;
  height: 232px;
  float: left;
  margin-right: 33px;
}
.con_2_con .content .fr ul li.last {
  margin-right: 0;
}
.con_2_con .content .fr ul li div {
  width: 190px;
  height: 190px;
  float: left;
}
.con_2_con .content .fr ul li p {
  display: block;
  width: 190px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-top: 27px;
  color: #444;
  text-align: center;
  float: left;
}
.con_3 {
  width: 100%;
  height: 570px;
}
.con_3_con {
  width: 1200px;
  height: 570px;
  margin: 0 auto;
}
.con_3_con ul {
  width: 1200px;
  height: 169px;
  margin-top: 20px;
}
.con_3_con ul li {
  width: 124px;
  height: 169px;
  float: left;
  margin-right: 91px;
}
.con_3_con ul li.last {
  margin-right: 0px;
}
.con_3_con ul li .imgs {
  border-radius: 15px;
  background: #fff;
  width: 124px;
  position: relative;
  height: 124px;
  transition: 300ms all ease-in-out;
  /*behavior: url(../images/pie.htc);*/
}
.con_3_con ul li.first .imgs {
  background: #f45c26;
  box-shadow: 10px 10px 15px #333;
}
.con_3_con ul li .imgs .first {
  width: 100%;
  opacity: 1;
  transition: 300ms all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.con_3_con ul li .imgs .last {
  width: 100%;
  opacity: 0;
  transition: 300ms all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.con_3_con ul li.first .imgs .first {
  opacity: 0;
  z-index: 90;
}
.con_3_con ul li.first .imgs .last {
  opacity: 1;
  z-index: 99;
}
.con_3_con ul li p {
  font-size: 19px;
  height: 19px;
  line-height: 19px;
  margin-top: 26px;
  text-align: center;
}
.con_3_con a {
  display: inline-block;
  width: 220px;
  height: 54px;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  border-radius: 27px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  margin-top: 71px;
  margin-left: 490px;
  /*behavior: url(PIE.htc);*/
  position: relative;
  cursor: pointer;
}
.con_3_con a:hover {
  background: #fff;
  transition: 200ms all ease-in-out;
  color: #1e2730;
}
.con_4 {
  width: 100%;
  height: 523px;
}
.con_4_con {
  width: 1200px;
  height: 523px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.con_4_con .jiantou {
  width: 1200px;
  height: 0;
  position: absolute;
  top: 263px;
  left: 0;
  z-index: 99;
}
.con_4_con ul {
  height: 338px;
  margin-left: 30px;
  transition: 300ms all ease-in-out;
}
.con_4_con ul li {
  width: 170px;
  height: 338px;
  text-align: center;
  float: left;
  margin-right: 72px;
}
.con_4_con ul li.last {
  margin-right: 0px;
}
.con_4_con ul li .imgs {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #bbb;
  box-sizing: border-box;
  position: relative;
  /*behavior: url(../images/pie.htc);*/
}
.con_4_con ul li .imgs div {
  position: absolute;
  transition: 300ms all ease-in-out;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(51, 121, 195, 0.7);
  /*behavior: url(../images/pie.htc);*/
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.con_4_con ul li .imgs:hover div {
  opacity: 1;
  filter: alpha(opacity=100);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B23379c3 ff, endColorstr=#B23379c3 ff);*/
  /*behavior: url(PIE.htc);*/
}
.con_4_con ul li .imgs div span {
  display: inline-block;
  margin-top: 37px;
  width: 65px;
  height: 58px;
}
.con_4_con ul li .imgs div span b {
  display: inline-block;
  float: left;
  font-size: 80px;
  line-height: 58px;
  color: #fff;
}
.con_4_con ul li .imgs div span i {
  font-style: normal;
  display: inline-block;
  float: left;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin-top: 44px;
  color: #fff;
}
.con_4_con ul li .imgs div p {
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  margin-top: 11px;
  color: #fff;
}
.con_4_con ul li h5 {
  text-align: center;
  font-size: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  color: #444;
  margin-top: 39px;
}
.con_4_con ul li h6 {
  text-align: center;
  font-size: 16px;
  height: 16px;
  display: block;
  line-height: 16px;
  color: #999;
  margin-top: 20px;
  font-weight: normal;
}
.con_5 {
  width: 100%;
  height: 582px;
}
.con_5_con {
  width: 1200px;
  height: 582px;
  margin: 0 auto;
}
.con_5_con .content ul {
  width: 1200px;
  height: 293px;
}
.con_5_con .content ul li {
  width: 200px;
  height: 293px;
  float: left;
  margin-left: 80px;
  background: url(/templets/jcb/images/con_5_bg.png) no-repeat center center;
}
.con_5_con .content ul li h5 {
  display: block;
  height: 60px;
  width: 200px;
  line-height: 60px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  float: left;
}
.con_5_con .content ul li .imgs {
  width: 100px;
  height: 100px;
  margin-top: 18px;
  margin-left: 50px;
  margin-right: 50px;
  float: left;
  text-align: center;
  position: relative;
}
.con_5_con .content ul li .imgs img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.con_5_con .content ul li h6 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  height: 36px;
  line-height: 36px;
  float: left;
  margin-top: 27px;
  width: 200px;
}
.con_5_con .content ul li:hover .imgs {
  text-align: center;
}
.con_5_con .content ul li:hover .imgs img {
  width: 110%;
  text-align: center;
  margin-right: 5%;
}
.con_5_con .list {
  width: 60px;
  height: 5px;
  margin-top: 39px;
  margin-left: 570px;
}
.con_5_con .list span {
  width: 15px;
  height: 5px;
  border-radius: 3px;
  background: #cccccc;
  display: inline-block;
  float: left;
}
.con_5_con .list span.now {
  width: 35px;
  background: #f45c26;
  margin-right: 10px;
}
.con_6 {
  width: 100%;
  height: 661px;
  border-bottom: 1px solid #f5f5f5;
}
.con_6_con {
  width: 1200px;
  height: 661px;
  margin: 0 auto;
}
.con_6_con ul.top {
  width: 500px;
  height: 40px;
  text-align: center;
  display: block;
  margin-left: 350px;
}
.con_6_con ul.top li {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #999;
  font-size: 16px;
  color: #888;
  float: left;
  margin-right: 20px;
}
.con_6_con ul.top li.last {
  margin-right: 0;
}
.con_6_con ul.top li.now {
  border: 0;
  background: #f45c26;
  color: #fff;
}
.con_6_con ul.bottom {
  width: 1200px;
  height: 305px;
  margin-top: 65px;
  position: relative;
}
.con_6_con ul.bottom .bottom_con {
  width: 1200px;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
}
.con_6_con ul.bottom li {
  width: 365px;
  height: 305px;
  margin-right: 52px;
  float: left;
}
.con_6_con ul.bottom li.last {
  margin-right: 0;
}
.con_6_con ul.bottom li .txt_1 {
  width: 365px;
  height: 182px;
  position: relative;
  overflow: hidden;
}
.con_6_con ul.bottom li .txt_1 img {
  width: 100%;
  transition: 0.5s;
}
.con_6_con ul.bottom li .txt_1:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.con_6_con ul.bottom li .txt_1 span {
  width: 45px;
  height: 24px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #f18f19;
}
.con_6_con ul.bottom li .txt_1 p {
  display: inline-block;
  height: 66px;
  width: 365px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 92px;
  overflow: hidden;
  background: url(/templets/jcb//images/con_6_bg.png) repeat-x center center;
}
.con_6_con ul.bottom li .txt_2 {
  width: 365px;
  height: 67px;
  margin-top: 52px;
}
.con_6_con ul.bottom li .txt_2 .fl {
  width: 67px;
  height: 67px;
  padding-right: 27px;
  border-right: 1px solid #dfdfdf;
  margin-right: 27px;
}
.con_6_con ul.bottom li .txt_2 .fl h5 {
  font-size: 45px;
  font-weight: normal;
  color: 444;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  width: 67px;
  text-align: center;
  float: left;
}
.con_6_con ul.bottom li .txt_2 .fl h6 {
  font-size: 11px;
  font-weight: normal;
  color: 444;
  line-height: 11px;
  height: 11px;
  display: inline-block;
  width: 67px;
  text-align: center;
  margin-top: 12px;
  float: left;
}
.con_6_con ul.bottom li .txt_2 .fr {
  width: 240px;
  height: 67px;
}
.con_6_con ul.bottom li .txt_2.first {
  margin-top: 0;
}
.con_6_con ul.bottom li .txt_2 .fr h5 {
  font-weight: normal;
  width: 240px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  display: inline-block;
  float: left;
  color: #444;
  overflow: hidden;
}
.con_6_con ul.bottom li .txt_2:hover h5 {
  color: #f45c26;
}
.con_6_con ul.bottom li .txt_2 .fr h6 {
  font-weight: normal;
  width: 240px;
  height: 44px;
  line-height: 22px;
  font-size: 13px;
  display: inline-block;
  float: left;
  color: #999;
  overflow: hidden;
  margin-top: 7px;
}
.con_7 {
  width: 100%;
  height: 500px;
  background: url(/templets/jcb/images/con_7_bg.jpg) no-repeat center -200px;
}
.con_7_con {
  width: 1200px;
  height: 704px;
  margin: 0 auto;
}
.con_7_con ul {
  width: 1200px;
  height: 340px;
}
.con_7_con ul li {
  width: 240px;
  height: 170px;
  float: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.m_con_1 {
  display: none;
}
.con_1 {
  display: block;
}
.m_con_2 {
  display: none;
}
.con_2 {
  display: block;
}
.m_con_3 {
  display: none;
}
.con_3 {
  display: block;
}
.m_con_4 {
  display: none;
}
.con_4 {
  display: block;
}
.m_con_5 {
  display: none;
}
.con_5 {
  display: block;
}
.m_con_6 {
  display: none;
}
.con_6 {
  display: block;
}
.m_con_7 {
  display: none;
}
.con_7 {
  display: block;
}
.m_con_8 {
  display: none;
}
@media (max-width: 1200px) {
  .m_con_1 {
    display: block;
  }
  .con_1 {
    display: none;
  }
  .m_con_2 {
    display: block;
  }
  .con_2 {
    display: none;
  }
  .m_con_3 {
    display: block;
  }
  .con_3 {
    display: none;
  }
  .m_con_4 {
    display: block;
  }
  .con_4 {
    display: none;
  }
  .m_con_5 {
    display: block;
  }
  .con_5 {
    display: none;
  }
  .m_con_6 {
    display: block;
  }
  .con_6 {
    display: none;
  }
  .m_con_7 {
    display: block;
  }
  .con_7 {
    display: none;
  }
  .m_con_8 {
    display: block;
  }
  .m_titile {
    width: 100%;
    height: 85px;
  }
  .m_titile h2 {
    padding-top: 24px;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
    color: #444;
  }
  .m_titile h3 {
    padding-top: 9px;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    font-weight: normal;
    color: #ff6d23;
  }
  .m_con_1 {
    width: 100%;
    height: 253px;
    border-bottom: 12px solid #f3f3f3;
  }
  .m_con_1 .con_1_con {
    width: 345px;
    height: 253px;
    margin: 0 auto;
  }
  .m_con_1 .con_1_con ul {
    width: 345px;
    padding-top: 30px;
  }
  .m_con_1 .con_1_con ul li {
    width: 60px;
    height: 104px;
    float: left;
    margin-right: 35px;
  }
  .m_con_1 .con_1_con ul li.mr0 {
    margin-right: 0;
  }
  .m_con_1 .con_1_con ul li .imgs {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
  }
  .m_con_1 .con_1_con ul li .imgs img {
    width: 100%;
  }
  .m_con_1 .con_1_con ul li p {
    width: 60px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    margin-top: 12px;
    color: #444;
    float: left;
  }
  .m_con_2 {
    width: 100%;
    height: 333px;
    border-bottom: 12px solid #f3f3f3;
  }
  .m_con_2 .con_2_con {
    width: 345px;
    height: 248px;
    position: relative;
    margin: 0 auto;
    background: url(/templets/jcb/images/m_con_2_bg2.jpg) no-repeat center center;
  }
  .m_con_2 .con_2_con .fr {
    width: 181px;
    height: 133px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .m_con_2 .con_2_con .fr .top {
    height: 30px;
    float: left;
    width: 181px;
  }
  .m_con_2 .con_2_con .fr .top b {
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    color: #444;
    margin-top: 9px;
    font-weight: normal;
  }
  .m_con_2 .con_2_con .fr .top span {
    display: inline-block;
    float: left;
    height: 11px;
    font-size: 11px;
    line-height: 11px;
    color: #666;
    margin-top: 11px;
  }
  .m_con_2 .con_2_con .fr .content {
    height: 68px;
    float: left;
    width: 181px;
    overflow: hidden;
    line-height: 17px;
    font-size: 11px;
    color: #6d92bb;
    margin-top: 0px;
  }
  .m_con_2 .con_2_con .fr .btn {
    height: 18px;
    float: left;
    width: 181px;
    margin-top: 12px;
  }
  .m_con_2 .con_2_con .fr .btn a {
    display: inline-block;
    float: left;
    width: 60px;
    height: 18px;
    background: #3379c3;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 18px;
  }
  .m_con_3 {
    width: 100%;
    height: 328px;
    border-bottom: 12px solid #f3f3f3;
    background: url(/templets/jcb/images/m_con_3_bg1.jpg) no-repeat center center;
    background-size: cover;
  }
  .m_con_3 .con_3_con {
    width: 345px;
    margin: 0 auto;
  }
  .m_con_3 .con_3_con ul {
    width: 345px;
    height: 240px;
    background: url(/templets/jcb/images/m_con_3_bg2.png) no-repeat center center;
    background-size: cover;
    margin-top: 0;
  }
  .m_con_3 .con_3_con ul li {
    width: 73px;
    height: 115px;
    float: left;
    margin-right: 62px;
  }
  .m_con_3 .con_3_con ul li.mr0 {
    margin-right: 0;
  }
  .m_con_3 .con_3_con ul li .imgs {
    width: 73px;
    height: 73px;
    border-radius: 10px;
    float: left;
    background: #fff;
    box-shadow: 10px 10px 15px #333;
  }
  .m_con_3 .con_3_con ul li.first .imgs {
    background: #f45c26;
  }
  .m_con_3 .con_3_con ul li .imgs img {
    width: 100%;
  }
  .m_con_3 .con_3_con ul li p {
    display: block;
    width: 73px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    margin-top: 13px;
    text-align: center;
    float: left;
  }
  .m_con_3 .m_titile h2 {
    color: #fff;
  }
  .m_con_4 {
    width: 100%;
    height: 308px;
    overflow: hidden;
    border-bottom: 12px solid #f3f3f3;
  }
  .m_con_4 .con_4_con {
    width: 345px;
    margin: 0 auto;
    height: 200px;
    position: relative;
    overflow: auto;
  }
  .m_con_4 .con_4_con ul {
    width: 495px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .m_con_4 .con_4_con ul li {
    width: 150px;
    height: 180px;
    background: #fff;
    box-shadow: 0px 0px 15px #eee;
    float: left;
    margin-right: 15px;
  }
  .m_con_4 .con_4_con ul li .imgs {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #e5e5e5;
    background: #bbb;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 30px;
  }
  .m_con_4 .con_4_con ul li .imgs img {
    width: 100%;
  }
  .m_con_4 .con_4_con ul li h6 {
    text-align: center;
    font-size: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    color: #444;
    margin-top: 13px;
  }
  .m_con_4 .con_4_con ul li p {
    text-align: center;
    font-size: 11px;
    height: 11px;
    display: block;
    line-height: 11px;
    color: #999;
    margin-top: 10px;
    font-weight: normal;
  }
  .m_con_5 {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-bottom: 12px solid #f3f3f3;
  }
  .m_con_5 .con_5_con {
    width: 345px;
    margin: 0 auto;
  }
  .m_con_5 .con_5_con ul {
    width: 345px;
    height: 146px;
  }
  .m_con_5 .con_5_con ul li {
    width: 100px;
    height: 146px;
    float: left;
    margin-left: 12%;
    margin-top: 10%;
    background: url(/templets/jcb/images/con_5_bg.png) no-repeat center center;
    background-size: cover;
  }
  .m_con_5 .con_5_con ul li.first {
    margin-left: 0;
  }
  .m_con_5 .con_5_con ul li h5 {
    display: block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    float: left;
  }
  .m_con_5 .con_5_con ul li .imgs {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    float: left;
  }
  .m_con_5 .con_5_con ul li .imgs img {
    width: 100%;
  }
  .m_con_5 .con_5_con ul li h6 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-top: 13px;
    width: 100px;
  }
  .m_con_5 .con_5_con .list {
    width: 63px;
    height: 5px;
    margin-top: 21px;
    margin-left: 141px;
  }
  .m_con_5 .con_5_con .list span {
    width: 16px;
    height: 5px;
    border-radius: 3px;
    background: #cccccc;
    display: inline-block;
    float: left;
  }
  .m_con_5 .con_5_con .list span.now {
    width: 38px;
    background: #f45c26;
    margin-right: 7px;
  }
  .m_con_6 {
    width: 100%;
    height: 570px;
    overflow: hidden;
  }
  .m_con_6 .con_6_con {
    width: 345px;
    margin: 0 auto;
  }
  .m_con_6 .con_6_con .txt_1 {
    width: 345px;
    height: 173px;
    position: relative;
    overflow: hidden;
  }
  .m_con_6 .con_6_con .txt_1 img {
    width: 100%;
    height: 100%;
  }
  .m_con_6 .con_6_con .txt_1 span {
    width: 48px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #f18f19;
  }
  .m_con_6 .con_6_con .txt_1 p {
    display: inline-block;
    height: 66px;
    width: 345px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 92px;
    overflow: hidden;
    background: url("/templets/jcb/images/con_6_bg.png") repeat-x center center;
  }
  .m_con_6 .con_6_con .txt_2 {
    width: 345px;
    height: 90px;
    margin-top: 15px;
    background: #f6f6f6;
  }
  .m_con_6 .con_6_con .txt_2 .fl {
    width: 60px;
    height: 60px;
    padding-right: 14px;
    border-right: 1px solid #dfdfdf;
    margin-left: 6px;
    margin-top: 15px;
  }
  .m_con_6 .con_6_con .txt_2 .fl h5 {
    font-size: 39px;
    font-weight: normal;
    color: #444;
    line-height: 39px;
    height: 39px;
    display: inline-block;
    width: 60px;
    text-align: center;
    float: left;
  }
  .m_con_6 .con_6_con .txt_2 .fl h6 {
    font-size: 10px;
    font-weight: normal;
    color: #444;
    line-height: 10px;
    height: 10px;
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-top: 8px;
    float: left;
  }
  .m_con_6 .con_6_con .txt_2 .fr {
    width: 235px;
    height: 67px;
    margin-right: 10px;
    margin-top: 15px;
  }
  .m_con_6 .con_6_con .txt_2.first {
    margin-top: 0;
  }
  .m_con_6 .con_6_con .txt_2 .fr h5 {
    font-weight: normal;
    width: 235px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    float: left;
    color: #444;
    overflow: hidden;
  }
  .m_con_6 .con_6_con .txt_2 .fr h6 {
    font-weight: normal;
    width: 235px;
    height: 44px;
    line-height: 22px;
    font-size: 13px;
    display: inline-block;
    float: left;
    color: #999;
    overflow: hidden;
    margin-top: 5px;
  }
  .m_con_7 {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .m_con_7 .con_7_con {
    width: 345px;
    margin: 0 auto;
  }
  .m_con_7 .con_7_con ul {
    width: 345px;
  }
  .m_con_7 .con_7_con ul li {
    width: 115px;
    height: 70px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    float: left;
    box-sizing: border-box;
  }
  .m_con_7 .con_7_con ul li img {
    width: 100%;
  }
  .m_con_8 {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #f3f3f3;
    margin-bottom: 60px;
  }
  .m_con_8 .con_8_con {
    width: 345px;
    margin: 0 auto;
  }
  .m_con_8 .con_8_con .top {
    width: 345px;
    height: 57px;
    line-height: 57px;
    font-size: 13px;
    color: #999;
    text-align: center;
  }
  .m_con_8 .con_8_con .bottom {
    width: 297px;
    height: 40px;
    margin-left: 24px;
  }
  .m_con_8 .con_8_con .bottom .fl,
  .m_con_8 .con_8_con .bottom .fr {
    width: 140px;
    height: 40px;
    border-radius: 8px;
  }
  .m_con_8 .con_8_con .bottom .fl .imgs,
  .m_con_8 .con_8_con .bottom .fr .imgs {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    margin-left: 7px;
    margin-top: 8px;
  }
  .m_con_8 .con_8_con .bottom .fl .txt,
  .m_con_8 .con_8_con .bottom .fr .txt {
    height: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    float: left;
    margin-top: 8px;
  }
}
.tskj {
  padding: 40px;
}
.tskj .content {
  width: 1192px;
  margin: 0 auto;
  box-shadow: 0 0 5px 3px #ddd;
}
.tskj .content .con-l {
  text-align: center;
  float: left;
  width: 200px;
  height: 200px;
}
.tskj .content .con-l h4 {
  width: 100px;
  margin: 90px 60px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 2px 10px;
  background: #FF6600;
  border-radius: 50px;
}
.tskj .content .con-r {
  float: right;
  width: 900px;
}
.tskj .content .con-r h3 {
  font-size: 24px;
  margin-top: 20px;
  padding-left: 70px;
}
.tskj .content .con-r h3 img {
  vertical-align: middle;
}
.tskj .content .con-r > div {
  border: 2px solid #f60;
  padding: 10px;
  width: 780px;
  position: relative;
  margin: 20px 0 10px 0;
}
.tskj .content .con-r > div img {
  float: left;
}
.tskj .content .con-r > div input {
  border: none;
  font-size: 16px;
  color: #A8A8A8;
  width: 350px;
  padding-left: 20px;
}
.tskj .content .con-r > div a {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #f60;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
}
.tskj .content .con-r p span {
  color: #f60;
}
@media screen and (max-width: 1200px) {
  .tskj {
    width: 96%;
    padding: 2%;
  }
  .tskj .content {
    width: 96%;
    padding-bottom: 40px;
  }
  .tskj .content .con-l {
    display: none;
  }
  .tskj .content .con-r {
    float: left;
    width: 96%;
  }
  .tskj .content .con-r h3 {
    text-align: center;
    font-size: 16px;
    padding-left: 3px;
  }
  .tskj .content .con-r h3 img {
    width: 18%;
  }
  .tskj .content .con-r > div {
    font-size: 14px;
    width: 92%;
    margin-left: 3%;
  }
  .tskj .content .con-r > div img {
    width: 6%;
  }
  .tskj .content .con-r > div input {
    width: 90%;
    font-size: 12px;
    padding-left: 10px;
  }
  .tskj .content .con-r > div a {
    display: inline-block;
    left: 50%;
    margin-top: 52px;
    transform: translateX(-50%);
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
  }
  .tskj .content .con-r > p {
    display: none;
  }
}
.tskj_con .content {
  width: 1200px;
  margin: 0 auto;
}
.tskj_con .content .con_l,
.tskj_con .content .con_r {
  float: left;
  width: 593px;
  border: 1px solid #ddd;
}
.tskj_con .content .con_l .col_l_l,
.tskj_con .content .con_r .col_l_l {
  padding: 20px 0;
  background: linear-gradient(to top, #fcd3a3, #e87e04);
  float: left;
  width: 188px;
  text-align: center;
  height: 275px;
}
.tskj_con .content .con_l .col_l_l h3,
.tskj_con .content .con_r .col_l_l h3 {
  padding-left: 10px;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.tskj_con .content .con_l .col_l_l p,
.tskj_con .content .con_r .col_l_l p {
  padding-left: 10px;
  text-align: left;
  margin: 10px 0 20px;
  font-size: 14px;
  color: #fff;
}
.tskj_con .content .con_l .col_l_l > div,
.tskj_con .content .con_r .col_l_l > div {
  margin-bottom: 20px;
}
.tskj_con .content .con_l .col_l_l > div a,
.tskj_con .content .con_r .col_l_l > div a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 14px;
}
.tskj_con .content .con_l .col_r_r,
.tskj_con .content .con_r .col_r_r {
  float: right;
  width: 365px;
  padding: 10px 5px 3px;
}
.tskj_con .content .con_l .col_r_r h3,
.tskj_con .content .con_r .col_r_r h3 {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.tskj_con .content .con_l .col_r_r h3 .sp1,
.tskj_con .content .con_r .col_r_r h3 .sp1 {
  float: left;
  font-size: 16px;
  border-bottom: 2px solid #FE0007;
  padding-bottom: 5px;
}
.tskj_con .content .con_l .col_r_r h3 .sp2,
.tskj_con .content .con_r .col_r_r h3 .sp2 {
  float: right;
  color: #999;
  font-size: 12px;
}
.tskj_con .content .con_l .col_r_r p,
.tskj_con .content .con_r .col_r_r p {
  padding: 8px 0;
  line-height: 30px;
}
.tskj_con .content .con_l .col_r_r p a,
.tskj_con .content .con_r .col_r_r p a {
  padding-right: 40px;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
}
.tskj_con .content .con_l .col_r_r p a:hover,
.tskj_con .content .con_r .col_r_r p a:hover {
  color: #FE0007;
}
.tskj_con .content .con_l .col_r_r ul li,
.tskj_con .content .con_r .col_r_r ul li {
  list-style: disc;
  color: #999999;
  margin: 10px 0 10px 20px;
}
.tskj_con .content .con_l .col_r_r ul li a,
.tskj_con .content .con_r .col_r_r ul li a {
  color: #000;
  font-size: 14px;
}
.tskj_con .content .con_l .col_r_r ul li a:hover,
.tskj_con .content .con_r .col_r_r ul li a:hover {
  color: #FE0007;
}
.tskj_con .content .con_l .col_r_r ul li:hover,
.tskj_con .content .con_r .col_r_r ul li:hover {
  color: #FE0007;
}
.tskj_con .content .con_r {
  float: right;
}
.tskj_con .content .content2 {
  border: none;
  margin: 20px 0;
}
.tskj_con .content .content2 a {
  display: block;
}
.tskj_con .content .content2 a img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .tskj_con {
    width: 100%;
  }
  .tskj_con .content {
    width: 96%;
    padding: 0 2%;
  }
  .tskj_con .content .con_l,
  .tskj_con .content .con_r {
    width: 100%;
    margin: 5px 0;
  }
  .tskj_con .content .con_l .col_l_l,
  .tskj_con .content .con_r .col_l_l {
    width: 36%;
    height: 275px;
  }
  .tskj_con .content .con_l .col_l_l h3,
  .tskj_con .content .con_r .col_l_l h3 {
    font-size: 20px;
  }
  .tskj_con .content .con_l .col_l_l p,
  .tskj_con .content .con_r .col_l_l p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .tskj_con .content .con_l .col_l_l > div,
  .tskj_con .content .con_r .col_l_l > div {
    word-wrap: break-word;
  }
  .tskj_con .content .con_l .col_l_l > div a,
  .tskj_con .content .con_r .col_l_l > div a {
    white-space: nowrap;
    display: inline-block;
    margin-top: 10px;
  }
  .tskj_con .content .con_l .col_l_l img,
  .tskj_con .content .con_r .col_l_l img {
    width: 99%;
  }
  .tskj_con .content .con_l .col_r_r,
  .tskj_con .content .con_r .col_r_r {
    width: 56%;
    padding: 2%;
  }
  .tskj_con .content .con_l .col_r_r p a,
  .tskj_con .content .con_r .col_r_r p a {
    padding-right: 20px;
    font-size: 12px;
  }
  .tskj_con .content .con_l .col_r_r ul li a,
  .tskj_con .content .con_r .col_r_r ul li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .tskj_con .content:nth-child(even) {
    display: none;
  }
}
.tskj_con2 {
  padding: 20px 0 100px;
}
.tskj_con2 > h2 {
  text-align: center;
  color: #555;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}
.tskj_con2 a {
  color: #303133;
  font-weight: normal;
}
.tskj_con2 a:hover {
  color: #0079fe;
}
.tskj_con2 .con2_title,
.tskj_con2 .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.tskj_con2 .con2_title {
  margin-bottom: 50px;
}
.tskj_con2 .con2_title h2 {
  color: #303133;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.tskj_con2 .con2_title h2 span {
  text-align: center;
  font-size: 18px;
}
.tskj_con2 .con2_title h2 span i {
  display: inline-block;
  padding: 5px 20px;
  font-style: normal;
}
.tskj_con2 .con2_title h2 span i:hover {
  border: 1px solid #0079fe;
  padding: 4px 19px;
  cursor: default;
}
.tskj_con2 .con2_title h2 span i.hover {
  color: #fff;
  background: #0079fe;
  border: 1px solid #0079fe;
  padding: 4px 19px;
}
.tskj_con2 .con2_title h2 span:nth-child(1) {
  text-align: right;
  padding-right: 20px;
}
.tskj_con2 .con2_title h2 span:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.tskj_con2 .con2_title h2 span:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
.tskj_con2 > .content {
  box-sizing: border-box;
  display: none;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.tskj_con2 > .content.hover {
  display: block;
}
.tskj_con2 > .content .col-l,
.tskj_con2 > .content .col-m,
.tskj_con2 > .content .col-r {
  box-sizing: border-box;
  width: 390px;
  height: 510px;
  float: left;
  padding: 15px;
}
.tskj_con2 > .content .col-l {
  width: 535px;
}
.tskj_con2 > .content .col-l .content {
  display: block;
  height: 190px;
  overflow: hidden;
  width: 535px;
  position: relative;
}
.tskj_con2 > .content .col-l .content .cl {
  width: 250px;
  float: left;
  overflow: hidden;
}
.tskj_con2 > .content .col-l .content .cl a {
  width: 250px;
}
.tskj_con2 > .content .col-l .content .cl a img {
  width: 100%;
  height: auto;
  transition: all 0.5s linear;
}
.tskj_con2 > .content .col-l .content .cr {
  width: 250px;
  float: right;
}
.tskj_con2 > .content .col-l .content .cr h3 {
  font-size: 14px;
}
.tskj_con2 > .content .col-l .content .cr h3 a {
  font-weight: bold;
  color: #6b6b6b;
}
.tskj_con2 > .content .col-l .content .cr p {
  //white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #a8a8a8;
  margin: 8px 0;
}
.tskj_con2 > .content .col-l .content .cr p img {
  border: 0;
  vertical-align: -1px;
}
.tskj_con2 > .content .col-l .content .cr p a {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #858585;
}
.tskj_con2 > .content .col-l .content .cr > a {
  display: none;
  position: absolute;
  bottom: 0;
  left: 54%;
}
.tskj_con2 > .content .col-l .content:not(:first-child) {
  margin-top: 60px;
}
.tskj_con2 > .content .col-l .content:hover .cl {
  overflow: hidden;
}
.tskj_con2 > .content .col-l .content:hover .cl img {
  display: block;
  margin-left: -5%;
  margin-top: -5%;
  width: 110%;
}
.tskj_con2 > .content .col-l .content:hover .cr h3 a {
  color: #0079fe;
}
.tskj_con2 > .content .col-l .content:hover .cr > a {
  display: block;
  color: #0079fe;
}
.tskj_con2 > .content .col-m {
  width: 535px;
  margin: 0 0  0 100px;
}
.tskj_con2 > .content .col-m h4 {
  font-weight: normal;
  margin-bottom: 15px;
}
.tskj_con2 > .content .col-m > div {
  box-sizing: border-box;
  margin-bottom: 28px;
}
.tskj_con2 > .content .col-m > div .dvImg {
  box-sizing: border-box;
  float: left;
  width: 100px;
}
.tskj_con2 > .content .col-m > div .dvImg a {
  font-size: 14px;
  color: #858585;
}
.tskj_con2 > .content .col-m > div .dvCon {
  box-sizing: border-box;
  float: right;
  width: 400px;
}
.tskj_con2 > .content .col-m > div .dvCon p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tskj_con2 > .content .col-m > div .dvCon p a {
  color: #858585;
  font-size: 14px;
}
.tskj_con2 > .content .col-m > div:hover .dvImg a {
  color: #0079fe;
}
.tskj_con2 > .content .col-m > div:hover .dvCon p a {
  color: #0079fe;
}
.tskj_con2 > .content .col-r h4 {
  font-weight: normal;
  margin-bottom: 15px;
}
.tskj_con2 > .content .col-r > div {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.tskj_con2 > .content .col-r > div .dvImg {
  box-sizing: border-box;
  float: left;
  width: 120px;
  height: 90px;
}
.tskj_con2 > .content .col-r > div .dvImg img {
  height: 90px;
  border: 0;
}
.tskj_con2 > .content .col-r > div .dvCon {
  box-sizing: border-box;
  float: right;
  width: 226px;
  height: 90px;
}
.tskj_con2 > .content .col-r > div .dvCon h3 {
  margin: 5px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.tskj_con2 > .content .col-r > div .dvCon p a {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tskj_con2 > .content > ul li {
  list-style: square;
  width: 300px;
  float: left;
  color: #858585;
  margin-bottom: 20px;
  font-size: 8px;
}
.tskj_con2 > .content > ul li a {
  font-size: 14px;
  color: #858585;
}
.tskj_con2 > .content > ul li:hover {
  color: #0079fe;
}
.tskj_con2 > .content > ul li:hover a {
  color: #0079fe;
}
.tskj_con2 > .content > a {
  position: absolute;
  left: 50%;
  bottom: -70px;
  background: #0079fe;
  color: #fff;
  padding: 10px 60px;
  display: inline-block;
  transform: translate(-50%);
  transition: all 0.3s linear;
}
.tskj_con2 > .content > a:hover {
  background: #212121;
}
@media screen and (max-width: 1200px) {
  .tskj_con2 {
    display: none;
  }
}
.tskj_con3.con_3 {
  width: 1200px;
  height: 421px;
  margin: 0 auto;
}
.tskj_con3.con_3 .con_3_con {
  box-sizing: border-box;
  background: #f7f7f7;
  height: 421px;
  padding: 20px;
}
.tskj_con3.con_3 .con_3_con ul {
  width: 1020px;
  margin: 0 auto;
}
.tskj_con3.con_3 .con_3_con ul li {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  text-align: center;
  padding-top: 24px;
}
.tskj_con3.con_3 .con_3_con ul li:nth-child(1) .img {
  background: #E8A84C;
}
.tskj_con3.con_3 .con_3_con ul li:nth-child(2) .img {
  background: #3C9EEC;
}
.tskj_con3.con_3 .con_3_con ul li:nth-child(3) .img {
  background: #EC5B5B;
}
.tskj_con3.con_3 .con_3_con ul li:nth-child(4) .img {
  background: #7380FF;
}
.tskj_con3.con_3 .con_3_con ul li:nth-child(5) .img {
  background: #0097AA;
}
.tskj_con3.con_3 .con_3_con ul li:nth-child(6) .img {
  background: #02226F;
}
.tskj_con3.con_3 .con_3_con ul li .img {
  border-radius: 5px;
  margin-left: 40px;
  width: 70px;
  height: 70px;
  background: #f0f;
  text-align: center;
  position: relative;
}
.tskj_con3.con_3 .con_3_con ul li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tskj_con3.con_3 .con_3_con ul li h3 {
  font-weight: normal;
  margin-top: 5px;
}
.tskj_con3.con_3 .con_3_con ul li p {
  font-size: 12px;
  margin-top: 5px;
}
.tskj_con3.con_3 .con_3_con .title {
  margin-top: 20px;
  height: 100px;
  padding: 0;
}
.tskj_con3.con_3 .con_3_con .title h3 {
  font-size: 14px;
}
.tskj_con3.con_3 .con_3_con > p {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.tskj_question > h3 {
  width: 1200px;
  margin: 40px auto 20px;
  text-align: center;
  font-size: 30px;
  color: #444;
  font-weight: normal;
}
.tskj_question ul {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
.tskj_question ul li {
  box-sizing: border-box;
  padding: 40px 10px 50px;
  width: 570px;
  float: left;
  border-bottom: 1px dashed #ddd;
}
.tskj_question ul li:nth-child(even) {
  margin-left: 60px;
}
.tskj_question ul li .question-l {
  box-sizing: border-box;
  float: left;
  width: 32px;
}
.tskj_question ul li .question-r {
  box-sizing: border-box;
  float: right;
  width: 508px;
}
.tskj_question ul li .question-r h3 {
  font-weight: normal;
  margin-bottom: 15px;
}
.tskj_question ul li .question-r h3 a {
  color: #56aedc;
  font-size: 18px;
}
.tskj_question ul li .question-r a {
  color: #777;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 35px;
}
@media screen and (max-width: 1200px) {
  .tskj_question {
    display: none;
  }
}
@keyframes liStep1 {
  0% {
    margin-left: -1050px;
  }
  100% {
    margin-left: -449px;
  }
}
@keyframes liStep2 {
  0% {
    margin-left: -1050px;
  }
  100% {
    margin-left: -150px;
  }
}
@keyframes liStep3 {
  0% {
    margin-left: -1050px;
  }
  100% {
    margin-left: 149px;
  }
}
@keyframes liStep4 {
  0% {
    margin-left: -1050px;
  }
  100% {
    margin-left: 448px;
  }
}
.fourStep {
  background: url("../images/w_step_bg.jpg") center center;
  height: 579px;
  position: relative;
}
.fourStep > h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  padding-top: 60px;
}
.fourStep .img {
  position: absolute;
  left: 50%;
  transform: translate(-54%);
  bottom: 180px;
  width: 1200px;
}
.fourStep ul {
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.fourStep ul li {
  width: 270px;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%);
}
.fourStep ul li:first-child.f1 {
  animation: liStep1 0.5s linear;
  animation-fill-mode: forwards;
}
.fourStep ul li:nth-child(2).f2 {
  animation: liStep2 0.7s linear;
  animation-fill-mode: forwards;
}
.fourStep ul li:nth-child(3).f3 {
  animation: liStep3 0.9s linear;
  animation-fill-mode: forwards;
}
.fourStep ul li:nth-child(4).f4 {
  animation: liStep4 1.2s linear;
  animation-fill-mode: forwards;
}
.fourStep ul li:nth-child(4).f4 > img {
  position: absolute;
  right: 10px;
  bottom: 80px;
  width: 30%;
}
.fourStep ul li h4 {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.fourStep ul li h3 {
  text-align: center;
  color: #fb6a20;
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.fourStep ul li div {
  text-align: center;
  position: relative;
  padding-bottom: 34px;
}
.fourStep ul li div img {
  display: inline-block;
}
.fourStep ul li div img:first-child {
  width: 12%;
  padding-right: 60px;
}
.fourStep ul li div img:nth-child(3) {
  width: 36%;
}
.fourStep ul li p {
  text-align: center;
  color: #666;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .fourStep {
    display: none;
  }
}
.error {
  padding: 120px;
  text-align: center;
}
.error p {
  color: #555;
  margin: 5px 0 10px;
}
.error p a {
  color: #510D0E;
}
.contackUs {
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .contackUs {
    display: block;
    padding-bottom: 40px;
  }
  .contackUs h2 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    color: #333;
  }
  .contackUs .leaveMessage {
    margin-top: 30px;
  }
  .contackUs .leaveMessage > form {
    padding: 0 10px;
  }
  .contackUs .leaveMessage > form .leave-word {
    margin-bottom: 10px;
  }
  .contackUs .leaveMessage > form .leave-word .leave-body {
    position: relative;
    box-sizing: border-box;
  }
  .contackUs .leaveMessage > form .leave-word .leave-body img {
    position: absolute;
    left: 6px;
    top: 6px;
    height: 60%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .contackUs .leaveMessage > form .leave-word .leave-body [type='text'],
  .contackUs .leaveMessage > form .leave-word .leave-body textarea {
    color: #555555;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d6d6d6;
    padding-left: 30px;
  }
  .contackUs .leaveMessage > form .leave-word .leave-body textarea {
    height: auto;
    padding-left: 10px;
  }
  .contackUs .leaveMessage > form .leave-word [type='submit'] {
    width: 100%;
    font-size: 20px;
    background: #fe724f;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 6px 60px;
  }
}
/*# sourceMappingURL=index.css.map */